Skip to content

fix(M4Pro): add AWS_CA_BUNDLE for corporate SSL proxy - #7

Merged
lemtoc merged 1 commit into
mainfrom
fix/issue/6
Feb 27, 2026
Merged

fix(M4Pro): add AWS_CA_BUNDLE for corporate SSL proxy#7
lemtoc merged 1 commit into
mainfrom
fix/issue/6

Conversation

@lemtoc

@lemtoc lemtoc commented Feb 27, 2026

Copy link
Copy Markdown
Owner

Issue

fixes #6

Changes

  • hosts/M4Pro/default.nixAWS_CA_BUNDLE 環境変数を追加
    • 会社プロキシの SSL インスペクション証明書を AWS CLI に認識させる
    • aws sso login 時の CERTIFICATE_VERIFY_FAILED エラーを解消

Verification

  • No lint/type errors
  • No breaking changes introduced
  • Changeset file created (if needed for version bump)

Additional Notes

AWS CLI (Python ベース) は AWS_CA_BUNDLE 環境変数で CA 証明書パスを指定する。SSL_CERT_FILE でも動作するが、AWS 公式ドキュメントに従い専用の変数を使用。

@changeset-bot

changeset-bot Bot commented Feb 27, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a597e9c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zsh Startup Time

Details
Benchmark suite Current: a597e9c Previous: 4e6f0f7 Ratio
zsh -i -c exit 69.75 ms (17.29 ms) 37.2 ms (2.41 ms) 1.87

This comment was automatically generated by workflow using github-action-benchmark.

- AWS CLI (Python-based) uses AWS_CA_BUNDLE env var to specify the CA certificate path
- SSL_CERT_FILE also works, but AWS_CA_BUNDLE is preferred per AWS official documentation

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Zsh Startup Time'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: a597e9c Previous: 4e6f0f7 Ratio
zsh -i -c exit 69.75 ms (17.29 ms) 37.2 ms (2.41 ms) 1.87

This comment was automatically generated by workflow using github-action-benchmark.

@lemtoc
lemtoc merged commit 7b16e0a into main Feb 27, 2026
1 check failed
@lemtoc
lemtoc deleted the fix/issue/6 branch February 27, 2026 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(M4Pro): add AWS_CA_BUNDLE for corporate SSL proxy

1 participant